Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
18.0.0
BREAKING: Update to govuk-frontend 3.0.0 (PR Update to govuk-frontend 3.0 #1010)
You must make the following changes when you migrate to this release:
govuk_frontend_toolkit
,govuk_elements_rails
andgovuk_template
) and set compatibility flags appropriately before importinggovuk_publishing_components
. Note that all applications that rely on a layout from static depend indirectly ongovuk_template
and most frontend applications rely ongovuk_frontend_toolkit
. Example commitgovuk-colour
mixins to support legacy colours. Example commitBREAKING: Remove the accessible-autocomplete component (PR Remove accessible autocomplete component #1038)
content-data-admin is the only application that uses the accessible-autocomplete component. In order to migrate to this release it you must copy the files removed in PR Remove accessible autocomplete component #1038.
Update feedback component to use govuk-frontend layout classes (PR Update to govuk-frontend 3.0 #1010)
Fix focus and hover states for breadcrumbs, contents-list, highlight-boxes, modal-dialogue, step-by-step-nav, previous-and-next-navigation and title component (PR Update to govuk-frontend 3.0 #1010)
Normalise falsey values to nil for subscription links component (PR Normalise falsey values to nil to prevent
lang="false"
#1021)Add inverse flag to contents list components (PR Add inverse flag to contents list component #1037)